projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96b52a
)
(font-lock-beginning-of-syntax-function): Add defvar.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:45:18 +0000
(10:45 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:45:18 +0000
(10:45 +0000)
lisp/emacs-lisp/syntax.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/syntax.el
b/lisp/emacs-lisp/syntax.el
index a3683e82d2baa7f5dee2d35e422c69e871cfba46..126c8d50dd949708859cce6e014b8b54305fac50 100644
(file)
--- a/
lisp/emacs-lisp/syntax.el
+++ b/
lisp/emacs-lisp/syntax.el
@@
-47,6
+47,8
@@
(eval-when-compile (require 'cl))
+(defvar font-lock-beginning-of-syntax-function)
+
(defsubst syntax-ppss-depth (ppss)
(nth 0 ppss))